home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Interface / MD.000 / scripts / DefineButton2_108 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-07-25  |  167 b   |  7 lines

  1. on(release){
  2.    fscommand("Browser.SetURL","javascript:void(doQuit())");
  3.    fscommand("Browser.Close");
  4.    fscommand("Media.Stop");
  5.    _level1.volta_inicio();
  6. }
  7.